Converts the specified string representation of a connection to its
Connection equivalent.
Namespace:
Independentsoft.Sip.Sdp
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic static Connection Parse(
string connection
)
Public Shared Function Parse (
connection As String
) As Connection
Parameters
- connection
- Type: SystemString
A string containing a connection to convert.
Return Value
Type:
ConnectionA
Connection equivalent contained in the connection parameter.
See Also